Gossip (Managed Components) |
Settings
clientPortRangeEnd
Setting type |
Hot |
Type |
Integer |
Description |
The end of the port range that this member uses for outgoing connections (default=0). |
clientPortRangeStart
Setting type |
Hot |
Type |
Integer |
Description |
The start of the port range that this member uses for outgoing connections (default=0). |
connectTimeout
Setting type |
Hot |
Type |
Integer |
Description |
Defines how long a member waits for a connection to be established in milliseconds (default=1000). |
heartbeatInterval
Setting type |
Hot |
Type |
Integer |
Description |
Defines the frequency of sending heartbeat (I am alive) messages in milliseconds (default=100). |
investigationTimeout
Setting type |
Hot |
Type |
Integer |
Description |
Defines how long a member waits for a possibly next investigation message in milliseconds (default=100). |
maxFailureTimeout
Setting type |
Hot |
Type |
Integer |
Description |
Defines the maximum delay of a heartbeat message under busy circumstances in milliseconds (default=7000). |
maxHeartbeatDeviation
Setting type |
Hot |
Type |
Integer |
Description |
Defines the acceptable delay of a heartbeat message in milliseconds (default=50). |
maxMessageSize
Setting type |
Hot |
Type |
Integer |
Description |
Defines the maximum message size in byte (used for buffer sizes) (default=16384). |
maxP2PMessageAckWaitTimeout
Setting type |
Hot |
Type |
Integer |
Description |
Defines the maximum time a member waits for its neighbor to acknowledge a message in milliseconds (default=1000). |
maxdropFailureTimeout
Setting type |
Hot |
Type |
Integer |
Description |
Defines the maximum decrease of the time-out per heartbeat message in milliseconds (default=100). |
minConnections
Setting type |
Hot |
Type |
Integer |
Description |
Defines the minimum number of network connections per member (default=5). |
myClientPortRangeEnd
Setting type |
Hot |
Type |
Integer |
Description |
The end of the port range that this member uses for outgoing connections (default=0). |
myClientPortRangeStart
Setting type |
Hot |
Type |
Integer |
Description |
The start of the port range that this member uses for outgoing connections (default=0). |
myHost
Setting type |
Hot |
Type |
String |
Description |
The host that this member uses (default is all addresses). |
myServerPort
Setting type |
Hot |
Type |
Integer |
Description |
The port where this member listens on (default=10001). |
normalFailureTimeout
Setting type |
Hot |
Type |
Integer |
Description |
Defines the maximum delay of a heartbeat message under normal circumstances in milliseconds (default=3000). |
randomConnectInterval
Setting type |
Hot |
Type |
Integer |
Description |
Defines the frequency of dropping a connection and connecting to a different member (default=120000). |
Info properties
numberOfConnections
Type |
Integer |
Description |
The number of connections (neighbors). |
neighbors
Type |
String |
Description |
The current neighbors (names). |
NetworkInterfaceCard
Type |
String |
Description |
The currently used NIC. |
Counters
applicationReceivedCounter
Counter type |
Value counter |
Value |
Defines the number of application messages received till now. |
Hints |
|
Version info |
Deleted in BOP 4.1 CU7 |
elapsedInvestigationTime
Counter type |
Value counter |
Value |
The elapsed investigation time. |
Hints |
|
inboundPendingRequestsQueueSize
Counter type |
Value counter |
Value |
Defines the number of messages that are waiting to be pushed to SynchronousAlgorithm. |
Hints |
|
Version info |
Added in BOP 4.1 CU7 |
messagesDeliveredToApplication
Counter type |
Event occurrence counter |
Value |
Defines the number of application messages received. |
Hints |
|
Version info |
Added in BOP 4.1 CU7 |
numberOfActiveMembers
Counter type |
Value counter |
Value |
The total number of active members in the current graph. |
Hints |
|
numberOfEffectiveMembershipMessages
Counter type |
Value counter |
Value |
The total effective number of membership messages received. |
Hints |
|
numberOfFailedMembers
Counter type |
Value counter |
Value |
The total number of failed members in the current graph. |
Hints |
|
numberOfMembershipMessages
Counter type |
Value counter |
Value |
The total number of membership messages received. |
Hints |
|
numberOfReceivedMessages
Counter type |
Event occurrence counter |
Value |
The number of messages received counter |
Hints |
|
numberOfSentMessages
Counter type |
Value counter |
Value |
The number of messages sent in total |
Hints |
|
Version info |
Replaced by sentMessagesSize_occurrences in BOP 4.1 CU7. |
outboundPendingRequestsQueueSize
Counter type |
Value counter |
Value |
Defines the number of messages that are waiting to be pushed to Gossip. |
Hints |
|
Version info |
Added in BOP 4.1 CU7 |
retransmittedMessages
Counter type |
Event occurrence counter |
Value |
Defines the number of application messages retransmitted. |
Hints |
|
Version info |
Added in BOP 4.1 CU7 |
sendTimer
Counter type |
Timer event value counter |
Value |
Defines the timer for sending the messages over the Gossip cluster. |
Hints |
|
sentMessagesSize
Counter type |
Event value counter |
Value |
The size of sent messages counter. |
Hints |
|
Version info |
Added in BOP 4.1 CU7 |
toBeProcessedRequestsFromOutboundQueueSize
Counter type |
Value counter |
Value |
Defines the number of Gossip messages that are waiting for processing by GD algorithm. |
Hints |
|
Version info |
Added in BOP 4.1 CU7 |
Alerts
The Gossip type has no alerts.
Sub-components
The Gossip type has no sub-components.